[PATCH] Add missing <stdint.h> includes
authorJonathan Wakely <jwakely@redhat.com>
Wed, 14 Jan 2026 22:05:59 +0000 (22:05 +0000)
committerRene Engelhard <rene@debian.org>
Wed, 25 Mar 2026 20:39:29 +0000 (21:39 +0100)
Needed for uint8_t and uint16_t. Building with GCC 16 fails without this
change.

Change-Id: I8894806940e22a13f971e5bf62f0f32d2d91a4ad
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/197303
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <stephan.bergmann@collabora.com>
Gbp-Pq: Name gcc16.diff

configure.ac
include/vcl/filter/PDFiumLibrary.hxx
oox/inc/drawingml/textbodycontext.hxx
oox/inc/drawingml/textparagraphpropertiescontext.hxx

index 46f554436fb33f248370db0d432389a116a874c7..66b33f35436b58f8cbfc56df4cd93c08f18f6b0c 100644 (file)
Binary files a/configure.ac and b/configure.ac differ
index 341c07cdeff84e1b7da41f3ac4d9555dc671d216..072afe9d3956c4cb783f939cc51da85e5df43544 100644 (file)
@@ -11,6 +11,7 @@
 #pragma once
 
 #include <memory>
+#include <stdint.h>
 
 #include <com/sun/star/util/DateTime.hpp>
 
index 36a2e1d9791d9b7ed6279370a0cf9f9284f863e9..debed75bccb69c6ed16f03ae9270c560e4457e11 100644 (file)
@@ -20,6 +20,8 @@
 #ifndef INCLUDED_OOX_DRAWINGML_TEXTBODYCONTEXT_HXX
 #define INCLUDED_OOX_DRAWINGML_TEXTBODYCONTEXT_HXX
 
+#include <stdint.h>
+
 #include <drawingml/textbody.hxx>
 #include <drawingml/textrun.hxx>
 #include <oox/core/contexthandler2.hxx>
index f0e120b2da754e829d894185b6a0dbf9b2be145e..6a002451e49bab28d88913b36d06983dae935051 100644 (file)
@@ -21,6 +21,7 @@
 #define INCLUDED_OOX_DRAWINGML_TEXTPARAGRAPHPROPERTIESCONTEXT_HXX
 
 #include <vector>
+#include <stdint.h>
 
 #include <com/sun/star/style/TabStop.hpp>
 #include <drawingml/textparagraphproperties.hxx>